ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / Matrix5x4 Constructor / Matrix5x4 Constructor(Single[])
The values to assign to the components of the Matrix5x4. This must be an array with 20 elements.

In This Topic
    Matrix5x4 Constructor(Single[])
    In This Topic
    Initializes a new instance of the Matrix5x4 struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal values() As System.Single _
    )
    public Matrix5x4( 
       System.float[] values
    )

    Parameters

    values
    The values to assign to the components of the Matrix5x4. This must be an array with 20 elements.
    Exceptions
    ExceptionDescription
    Thrown when values is null.
    Thrown when values contains more or less than sixteen elements.
    See Also